Document GdkTrapezoid.
authorMatthias Clasen <mclasen@redhat.com>
Wed, 15 Dec 2004 17:34:54 +0000 (17:34 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 15 Dec 2004 17:34:54 +0000 (17:34 +0000)
2004-12-15  Matthias Clasen  <mclasen@redhat.com>

* gdk/tmpl/drawing.sgml: Document GdkTrapezoid.

docs/reference/ChangeLog
docs/reference/gdk/tmpl/drawing.sgml

index e8b63c1d86b3c4c887a07cd2080044675936093e..1fe5c485e52da45274b5d59d0749d1dc7e0e837a 100644 (file)
@@ -1,5 +1,7 @@
 2004-12-15  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/tmpl/drawing.sgml: Document GdkTrapezoid.
+
        * gtk/tmpl/gtkcelleditable.sgml: 
        * gtk/tmpl/gtkcellview.sgml: 
        * gtk/tmpl/gtktreeviewcolumn.sgml: 
index 87475aeeeeea9cdc2e45a4de176e1a3efb47b554..889bac126d35b0df6422631b64620aece42da8fa 100644 (file)
@@ -298,15 +298,22 @@ function.
 
 <!-- ##### STRUCT GdkTrapezoid ##### -->
 <para>
-
+Specifies a trapezpoid for use by the gdk_draw_trapezoids().
+The trapezoids used here have parallel, horizontal top and 
+bottom edges. 
 </para>
 
-@y1: 
-@x11: 
-@x21: 
-@y2: 
-@x12: 
-@x22: 
+@x1: the x coordinate of the start point.
+@y1: the y coordinate of the start point.
+@x2: the x coordinate of the end point.
+@y2: the y coordinate of the end point.
+
+@y1: the y coordinate of the top edge
+@x11: the x coordinate of the top left corner
+@x21: the x coordinate of the top right corner
+@y2: the y coordinate of the bottom edge
+@x12: the x coordinate of the bottom left corner
+@x22: the x coordinate of the bottom right corner
 
 <!-- ##### FUNCTION gdk_draw_glyphs ##### -->
 <para>